home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
bumpcopter2.swf
/
scripts
/
frame_55
/
PlaceObject2_658_26
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
271 b
|
14 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.AC_copter))
{
_root.AC_finalLength = _root.AC_length;
_root.gotoAndStop("AC_gameOver");
}
if(this._x <= -378)
{
_X = 1079;
}
this._x -= _root.AC_moveSpeed;
trace(_X);
}